3.26 \(\int \frac {(d+i c d x)^3 (a+b \tan ^{-1}(c x))}{x^3} \, dx\)

Optimal. Leaf size=180 \[ -\frac {d^3 \left (a+b \tan ^{-1}(c x)\right )}{2 x^2}-\frac {3 i c d^3 \left (a+b \tan ^{-1}(c x)\right )}{x}-i a c^3 d^3 x-3 a c^2 d^3 \log (x)-i b c^3 d^3 x \tan ^{-1}(c x)-\frac {3}{2} i b c^2 d^3 \text {Li}_2(-i c x)+\frac {3}{2} i b c^2 d^3 \text {Li}_2(i c x)-i b c^2 d^3 \log \left (c^2 x^2+1\right )+3 i b c^2 d^3 \log (x)-\frac {1}{2} b c^2 d^3 \tan ^{-1}(c x)-\frac {b c d^3}{2 x} \]

[Out]

-1/2*b*c*d^3/x-I*a*c^3*d^3*x-1/2*b*c^2*d^3*arctan(c*x)-I*b*c^3*d^3*x*arctan(c*x)-1/2*d^3*(a+b*arctan(c*x))/x^2
-3*I*c*d^3*(a+b*arctan(c*x))/x-3*a*c^2*d^3*ln(x)+3*I*b*c^2*d^3*ln(x)-I*b*c^2*d^3*ln(c^2*x^2+1)-3/2*I*b*c^2*d^3
*polylog(2,-I*c*x)+3/2*I*b*c^2*d^3*polylog(2,I*c*x)

________________________________________________________________________________________

Rubi [A]  time = 0.18, antiderivative size = 180, normalized size of antiderivative = 1.00, number of steps used = 16, number of rules used = 12, integrand size = 23, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.522, Rules used = {4876, 4846, 260, 4852, 325, 203, 266, 36, 29, 31, 4848, 2391} \[ -\frac {3}{2} i b c^2 d^3 \text {PolyLog}(2,-i c x)+\frac {3}{2} i b c^2 d^3 \text {PolyLog}(2,i c x)-\frac {d^3 \left (a+b \tan ^{-1}(c x)\right )}{2 x^2}-\frac {3 i c d^3 \left (a+b \tan ^{-1}(c x)\right )}{x}-i a c^3 d^3 x-3 a c^2 d^3 \log (x)-i b c^2 d^3 \log \left (c^2 x^2+1\right )+3 i b c^2 d^3 \log (x)-\frac {1}{2} b c^2 d^3 \tan ^{-1}(c x)-i b c^3 d^3 x \tan ^{-1}(c x)-\frac {b c d^3}{2 x} \]

Antiderivative was successfully verified.

[In]

Int[((d + I*c*d*x)^3*(a + b*ArcTan[c*x]))/x^3,x]

[Out]

-(b*c*d^3)/(2*x) - I*a*c^3*d^3*x - (b*c^2*d^3*ArcTan[c*x])/2 - I*b*c^3*d^3*x*ArcTan[c*x] - (d^3*(a + b*ArcTan[
c*x]))/(2*x^2) - ((3*I)*c*d^3*(a + b*ArcTan[c*x]))/x - 3*a*c^2*d^3*Log[x] + (3*I)*b*c^2*d^3*Log[x] - I*b*c^2*d
^3*Log[1 + c^2*x^2] - ((3*I)/2)*b*c^2*d^3*PolyLog[2, (-I)*c*x] + ((3*I)/2)*b*c^2*d^3*PolyLog[2, I*c*x]

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 36

Int[1/(((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))), x_Symbol] :> Dist[b/(b*c - a*d), Int[1/(a + b*x), x], x] -
Dist[d/(b*c - a*d), Int[1/(c + d*x), x], x] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0]

Rule 203

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTan[(Rt[b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 260

Int[(x_)^(m_.)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> Simp[Log[RemoveContent[a + b*x^n, x]]/(b*n), x] /; FreeQ
[{a, b, m, n}, x] && EqQ[m, n - 1]

Rule 266

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplify[(m + 1)/n] - 1)*(a
+ b*x)^p, x], x, x^n], x] /; FreeQ[{a, b, m, n, p}, x] && IntegerQ[Simplify[(m + 1)/n]]

Rule 325

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[((c*x)^(m + 1)*(a + b*x^n)^(p + 1))/(a*
c*(m + 1)), x] - Dist[(b*(m + n*(p + 1) + 1))/(a*c^n*(m + 1)), Int[(c*x)^(m + n)*(a + b*x^n)^p, x], x] /; Free
Q[{a, b, c, p}, x] && IGtQ[n, 0] && LtQ[m, -1] && IntBinomialQ[a, b, c, n, m, p, x]

Rule 2391

Int[Log[(c_.)*((d_) + (e_.)*(x_)^(n_.))]/(x_), x_Symbol] :> -Simp[PolyLog[2, -(c*e*x^n)]/n, x] /; FreeQ[{c, d,
 e, n}, x] && EqQ[c*d, 1]

Rule 4846

Int[((a_.) + ArcTan[(c_.)*(x_)]*(b_.))^(p_.), x_Symbol] :> Simp[x*(a + b*ArcTan[c*x])^p, x] - Dist[b*c*p, Int[
(x*(a + b*ArcTan[c*x])^(p - 1))/(1 + c^2*x^2), x], x] /; FreeQ[{a, b, c}, x] && IGtQ[p, 0]

Rule 4848

Int[((a_.) + ArcTan[(c_.)*(x_)]*(b_.))/(x_), x_Symbol] :> Simp[a*Log[x], x] + (Dist[(I*b)/2, Int[Log[1 - I*c*x
]/x, x], x] - Dist[(I*b)/2, Int[Log[1 + I*c*x]/x, x], x]) /; FreeQ[{a, b, c}, x]

Rule 4852

Int[((a_.) + ArcTan[(c_.)*(x_)]*(b_.))^(p_.)*((d_.)*(x_))^(m_.), x_Symbol] :> Simp[((d*x)^(m + 1)*(a + b*ArcTa
n[c*x])^p)/(d*(m + 1)), x] - Dist[(b*c*p)/(d*(m + 1)), Int[((d*x)^(m + 1)*(a + b*ArcTan[c*x])^(p - 1))/(1 + c^
2*x^2), x], x] /; FreeQ[{a, b, c, d, m}, x] && IGtQ[p, 0] && (EqQ[p, 1] || IntegerQ[m]) && NeQ[m, -1]

Rule 4876

Int[((a_.) + ArcTan[(c_.)*(x_)]*(b_.))^(p_.)*((f_.)*(x_))^(m_.)*((d_) + (e_.)*(x_))^(q_.), x_Symbol] :> Int[Ex
pandIntegrand[(a + b*ArcTan[c*x])^p, (f*x)^m*(d + e*x)^q, x], x] /; FreeQ[{a, b, c, d, e, f, m}, x] && IGtQ[p,
 0] && IntegerQ[q] && (GtQ[q, 0] || NeQ[a, 0] || IntegerQ[m])

Rubi steps

\begin {align*} \int \frac {(d+i c d x)^3 \left (a+b \tan ^{-1}(c x)\right )}{x^3} \, dx &=\int \left (-i c^3 d^3 \left (a+b \tan ^{-1}(c x)\right )+\frac {d^3 \left (a+b \tan ^{-1}(c x)\right )}{x^3}+\frac {3 i c d^3 \left (a+b \tan ^{-1}(c x)\right )}{x^2}-\frac {3 c^2 d^3 \left (a+b \tan ^{-1}(c x)\right )}{x}\right ) \, dx\\ &=d^3 \int \frac {a+b \tan ^{-1}(c x)}{x^3} \, dx+\left (3 i c d^3\right ) \int \frac {a+b \tan ^{-1}(c x)}{x^2} \, dx-\left (3 c^2 d^3\right ) \int \frac {a+b \tan ^{-1}(c x)}{x} \, dx-\left (i c^3 d^3\right ) \int \left (a+b \tan ^{-1}(c x)\right ) \, dx\\ &=-i a c^3 d^3 x-\frac {d^3 \left (a+b \tan ^{-1}(c x)\right )}{2 x^2}-\frac {3 i c d^3 \left (a+b \tan ^{-1}(c x)\right )}{x}-3 a c^2 d^3 \log (x)+\frac {1}{2} \left (b c d^3\right ) \int \frac {1}{x^2 \left (1+c^2 x^2\right )} \, dx-\frac {1}{2} \left (3 i b c^2 d^3\right ) \int \frac {\log (1-i c x)}{x} \, dx+\frac {1}{2} \left (3 i b c^2 d^3\right ) \int \frac {\log (1+i c x)}{x} \, dx+\left (3 i b c^2 d^3\right ) \int \frac {1}{x \left (1+c^2 x^2\right )} \, dx-\left (i b c^3 d^3\right ) \int \tan ^{-1}(c x) \, dx\\ &=-\frac {b c d^3}{2 x}-i a c^3 d^3 x-i b c^3 d^3 x \tan ^{-1}(c x)-\frac {d^3 \left (a+b \tan ^{-1}(c x)\right )}{2 x^2}-\frac {3 i c d^3 \left (a+b \tan ^{-1}(c x)\right )}{x}-3 a c^2 d^3 \log (x)-\frac {3}{2} i b c^2 d^3 \text {Li}_2(-i c x)+\frac {3}{2} i b c^2 d^3 \text {Li}_2(i c x)+\frac {1}{2} \left (3 i b c^2 d^3\right ) \operatorname {Subst}\left (\int \frac {1}{x \left (1+c^2 x\right )} \, dx,x,x^2\right )-\frac {1}{2} \left (b c^3 d^3\right ) \int \frac {1}{1+c^2 x^2} \, dx+\left (i b c^4 d^3\right ) \int \frac {x}{1+c^2 x^2} \, dx\\ &=-\frac {b c d^3}{2 x}-i a c^3 d^3 x-\frac {1}{2} b c^2 d^3 \tan ^{-1}(c x)-i b c^3 d^3 x \tan ^{-1}(c x)-\frac {d^3 \left (a+b \tan ^{-1}(c x)\right )}{2 x^2}-\frac {3 i c d^3 \left (a+b \tan ^{-1}(c x)\right )}{x}-3 a c^2 d^3 \log (x)+\frac {1}{2} i b c^2 d^3 \log \left (1+c^2 x^2\right )-\frac {3}{2} i b c^2 d^3 \text {Li}_2(-i c x)+\frac {3}{2} i b c^2 d^3 \text {Li}_2(i c x)+\frac {1}{2} \left (3 i b c^2 d^3\right ) \operatorname {Subst}\left (\int \frac {1}{x} \, dx,x,x^2\right )-\frac {1}{2} \left (3 i b c^4 d^3\right ) \operatorname {Subst}\left (\int \frac {1}{1+c^2 x} \, dx,x,x^2\right )\\ &=-\frac {b c d^3}{2 x}-i a c^3 d^3 x-\frac {1}{2} b c^2 d^3 \tan ^{-1}(c x)-i b c^3 d^3 x \tan ^{-1}(c x)-\frac {d^3 \left (a+b \tan ^{-1}(c x)\right )}{2 x^2}-\frac {3 i c d^3 \left (a+b \tan ^{-1}(c x)\right )}{x}-3 a c^2 d^3 \log (x)+3 i b c^2 d^3 \log (x)-i b c^2 d^3 \log \left (1+c^2 x^2\right )-\frac {3}{2} i b c^2 d^3 \text {Li}_2(-i c x)+\frac {3}{2} i b c^2 d^3 \text {Li}_2(i c x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.13, size = 164, normalized size = 0.91 \[ -\frac {i d^3 \left (2 a c^3 x^3-6 i a c^2 x^2 \log (x)+6 a c x-i a+2 b c^3 x^3 \tan ^{-1}(c x)+3 b c^2 x^2 \text {Li}_2(-i c x)-3 b c^2 x^2 \text {Li}_2(i c x)-6 b c^2 x^2 \log (c x)+2 b c^2 x^2 \log \left (c^2 x^2+1\right )-i b c^2 x^2 \tan ^{-1}(c x)-i b c x+6 b c x \tan ^{-1}(c x)-i b \tan ^{-1}(c x)\right )}{2 x^2} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[((d + I*c*d*x)^3*(a + b*ArcTan[c*x]))/x^3,x]

[Out]

((-1/2*I)*d^3*((-I)*a + 6*a*c*x - I*b*c*x + 2*a*c^3*x^3 - I*b*ArcTan[c*x] + 6*b*c*x*ArcTan[c*x] - I*b*c^2*x^2*
ArcTan[c*x] + 2*b*c^3*x^3*ArcTan[c*x] - (6*I)*a*c^2*x^2*Log[x] - 6*b*c^2*x^2*Log[c*x] + 2*b*c^2*x^2*Log[1 + c^
2*x^2] + 3*b*c^2*x^2*PolyLog[2, (-I)*c*x] - 3*b*c^2*x^2*PolyLog[2, I*c*x]))/x^2

________________________________________________________________________________________

fricas [F]  time = 0.58, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\frac {-2 i \, a c^{3} d^{3} x^{3} - 6 \, a c^{2} d^{3} x^{2} + 6 i \, a c d^{3} x + 2 \, a d^{3} + {\left (b c^{3} d^{3} x^{3} - 3 i \, b c^{2} d^{3} x^{2} - 3 \, b c d^{3} x + i \, b d^{3}\right )} \log \left (-\frac {c x + i}{c x - i}\right )}{2 \, x^{3}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d+I*c*d*x)^3*(a+b*arctan(c*x))/x^3,x, algorithm="fricas")

[Out]

integral(1/2*(-2*I*a*c^3*d^3*x^3 - 6*a*c^2*d^3*x^2 + 6*I*a*c*d^3*x + 2*a*d^3 + (b*c^3*d^3*x^3 - 3*I*b*c^2*d^3*
x^2 - 3*b*c*d^3*x + I*b*d^3)*log(-(c*x + I)/(c*x - I)))/x^3, x)

________________________________________________________________________________________

giac [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d+I*c*d*x)^3*(a+b*arctan(c*x))/x^3,x, algorithm="giac")

[Out]

Timed out

________________________________________________________________________________________

maple [A]  time = 0.06, size = 243, normalized size = 1.35 \[ -\frac {3 i c^{2} d^{3} b \dilog \left (i c x +1\right )}{2}-3 c^{2} d^{3} a \ln \left (c x \right )-i a \,c^{3} d^{3} x -\frac {d^{3} a}{2 x^{2}}+3 i c^{2} d^{3} b \ln \left (c x \right )-3 c^{2} d^{3} b \ln \left (c x \right ) \arctan \left (c x \right )-\frac {3 i c^{2} d^{3} b \ln \left (c x \right ) \ln \left (i c x +1\right )}{2}-\frac {d^{3} b \arctan \left (c x \right )}{2 x^{2}}+\frac {3 i c^{2} d^{3} b \ln \left (c x \right ) \ln \left (-i c x +1\right )}{2}-i b \,c^{3} d^{3} x \arctan \left (c x \right )-\frac {3 i c \,d^{3} b \arctan \left (c x \right )}{x}-\frac {3 i c \,d^{3} a}{x}-\frac {b c \,d^{3}}{2 x}+\frac {3 i c^{2} d^{3} b \dilog \left (-i c x +1\right )}{2}-i b \,c^{2} d^{3} \ln \left (c^{2} x^{2}+1\right )-\frac {b \,c^{2} d^{3} \arctan \left (c x \right )}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d+I*c*d*x)^3*(a+b*arctan(c*x))/x^3,x)

[Out]

-I*a*c^3*d^3*x-3*c^2*d^3*a*ln(c*x)-3/2*I*c^2*d^3*b*dilog(1+I*c*x)-1/2*d^3*a/x^2+3*I*c^2*d^3*b*ln(c*x)-3*c^2*d^
3*b*ln(c*x)*arctan(c*x)-3/2*I*c^2*d^3*b*ln(c*x)*ln(1+I*c*x)-1/2*d^3*b*arctan(c*x)/x^2+3/2*I*c^2*d^3*b*ln(c*x)*
ln(1-I*c*x)-I*b*c^3*d^3*x*arctan(c*x)-3*I*c*d^3*b*arctan(c*x)/x-3*I*c*d^3*a/x-1/2*b*c*d^3/x+3/2*I*c^2*d^3*b*di
log(1-I*c*x)-I*b*c^2*d^3*ln(c^2*x^2+1)-1/2*b*c^2*d^3*arctan(c*x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ -i \, a c^{3} d^{3} x - \frac {1}{2} i \, {\left (2 \, c x \arctan \left (c x\right ) - \log \left (c^{2} x^{2} + 1\right )\right )} b c^{2} d^{3} - 3 \, b c^{2} d^{3} \int \frac {\arctan \left (c x\right )}{x}\,{d x} - 3 \, a c^{2} d^{3} \log \relax (x) - \frac {3}{2} i \, {\left (c {\left (\log \left (c^{2} x^{2} + 1\right ) - \log \left (x^{2}\right )\right )} + \frac {2 \, \arctan \left (c x\right )}{x}\right )} b c d^{3} - \frac {1}{2} \, {\left ({\left (c \arctan \left (c x\right ) + \frac {1}{x}\right )} c + \frac {\arctan \left (c x\right )}{x^{2}}\right )} b d^{3} - \frac {3 i \, a c d^{3}}{x} - \frac {a d^{3}}{2 \, x^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d+I*c*d*x)^3*(a+b*arctan(c*x))/x^3,x, algorithm="maxima")

[Out]

-I*a*c^3*d^3*x - 1/2*I*(2*c*x*arctan(c*x) - log(c^2*x^2 + 1))*b*c^2*d^3 - 3*b*c^2*d^3*integrate(arctan(c*x)/x,
 x) - 3*a*c^2*d^3*log(x) - 3/2*I*(c*(log(c^2*x^2 + 1) - log(x^2)) + 2*arctan(c*x)/x)*b*c*d^3 - 1/2*((c*arctan(
c*x) + 1/x)*c + arctan(c*x)/x^2)*b*d^3 - 3*I*a*c*d^3/x - 1/2*a*d^3/x^2

________________________________________________________________________________________

mupad [B]  time = 0.73, size = 205, normalized size = 1.14 \[ \left \{\begin {array}{cl} -\frac {a\,d^3}{2\,x^2} & \text {\ if\ \ }c=0\\ b\,d^3\,\left (c^2\,\ln \relax (x)-\frac {c^2\,\ln \left (c^2\,x^2+1\right )}{2}\right )\,3{}\mathrm {i}+\frac {b\,c^2\,d^3\,\ln \left (c^2\,x^2+1\right )\,1{}\mathrm {i}}{2}+\frac {b\,c^2\,d^3\,{\mathrm {Li}}_{\mathrm {2}}\left (1-c\,x\,1{}\mathrm {i}\right )\,3{}\mathrm {i}}{2}-\frac {b\,c^2\,d^3\,{\mathrm {Li}}_{\mathrm {2}}\left (1+c\,x\,1{}\mathrm {i}\right )\,3{}\mathrm {i}}{2}-\frac {b\,d^3\,\left (c^3\,\mathrm {atan}\left (c\,x\right )+\frac {c^2}{x}\right )}{2\,c}-\frac {a\,d^3\,\left (6\,c^2\,x^2\,\ln \relax (x)+1+c\,x\,6{}\mathrm {i}+c^3\,x^3\,2{}\mathrm {i}\right )}{2\,x^2}-\frac {b\,d^3\,\mathrm {atan}\left (c\,x\right )}{2\,x^2}-\frac {b\,c\,d^3\,\mathrm {atan}\left (c\,x\right )\,3{}\mathrm {i}}{x}-b\,c^3\,d^3\,x\,\mathrm {atan}\left (c\,x\right )\,1{}\mathrm {i} & \text {\ if\ \ }c\neq 0 \end {array}\right . \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((a + b*atan(c*x))*(d + c*d*x*1i)^3)/x^3,x)

[Out]

piecewise(c == 0, -(a*d^3)/(2*x^2), c ~= 0, b*d^3*(c^2*log(x) - (c^2*log(c^2*x^2 + 1))/2)*3i + (b*c^2*d^3*log(
c^2*x^2 + 1)*1i)/2 + (b*c^2*d^3*dilog(- c*x*1i + 1)*3i)/2 - (b*c^2*d^3*dilog(c*x*1i + 1)*3i)/2 - (b*d^3*(c^3*a
tan(c*x) + c^2/x))/(2*c) - (a*d^3*(c*x*6i + c^3*x^3*2i + 6*c^2*x^2*log(x) + 1))/(2*x^2) - (b*d^3*atan(c*x))/(2
*x^2) - (b*c*d^3*atan(c*x)*3i)/x - b*c^3*d^3*x*atan(c*x)*1i)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d+I*c*d*x)**3*(a+b*atan(c*x))/x**3,x)

[Out]

Timed out

________________________________________________________________________________________